home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / fontutil.6 / fontutil / fontutils-0.6 / doc / update.el < prev    next >
Encoding:
Text File  |  1992-08-18  |  241 b   |  7 lines

  1. ;;;; Driver to update all the node pointers and menus in the Texinfo source.
  2.  
  3. (setq load-path (append  '("/usr/local/gnu/lib/emacs/elisp") load-path))
  4. (require 'texinfo)
  5. (texinfo-multiple-files-update "fontu.texi" t t)
  6. (save-some-buffers t)
  7.